Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: Bump Microsoft.Extensions.Configuration.Binder from 8.0.1 to 8.0.2 in /dotnet #8078

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps Microsoft.Extensions.Configuration.Binder from 8.0.1 to 8.0.2.

Release notes

Sourced from Microsoft.Extensions.Configuration.Binder's releases.

.NET 8.0.2

Release

Commits
  • 1381d5e Merge in 'release/8.0' changes
  • c987e4f [release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (#97110)
  • 441c91d Merge in 'release/8.0' changes
  • c93800e Merge pull request #97065 from carlossanlop/release/8.0-staging
  • c2d2bb3 Merge branch 'release/8.0' into release/8.0-staging
  • 6d35e39 [release/8.0-staging] UInt64.CreateSaturating<Int128> truncates instead of sa...
  • 96b0a55 [release/8.0-staging] macOS: Set certificate as a dependency of private key h...
  • 85c2772 [release/8.0] Fix server-side OCSP stapling on Linux (#96838)
  • 683da71 [release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...
  • f9d0a7b [release/8.0-staging] Fix Crossgen2 PDB generation (again) (#96566)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 12, 2024 22:35
@dependabot dependabot bot added .NET Issue or Pull requests regarding .NET code dependencies Pull requests that update a dependency file. Used by Dependabot. labels Aug 12, 2024
@github-actions github-actions bot changed the title Bump Microsoft.Extensions.Configuration.Binder from 8.0.1 to 8.0.2 in /dotnet .Net: Bump Microsoft.Extensions.Configuration.Binder from 8.0.1 to 8.0.2 in /dotnet Aug 12, 2024
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Aug 13, 2024
Merged via the queue into main with commit 2814860 Aug 13, 2024
17 checks passed
@markwallace-microsoft markwallace-microsoft deleted the dependabot/nuget/dotnet/Microsoft.Extensions.Configuration.Binder-8.0.2 branch August 13, 2024 08:51
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
…0.2 in /dotnet (microsoft#8078)

Bumps
[Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime)
from 8.0.1 to 8.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/runtime/releases">Microsoft.Extensions.Configuration.Binder's
releases</a>.</em></p>
<blockquote>
<h2>.NET 8.0.2</h2>
<p><a
href="https://github.com/dotnet/core/releases/tag/v8.0.2">Release</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/runtime/commit/1381d5ebd2ab1f292848d5b19b80cf71ac332508"><code>1381d5e</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/c987e4f902859d4f80a24b45c5b2a7e4222b6c0e"><code>c987e4f</code></a>
[release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (<a
href="https://redirect.github.com/dotnet/runtime/issues/97110">#97110</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/441c91dab92ca259db1952ee64f5a7522b12f59b"><code>441c91d</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/c93800e8b306e7e60b0c8249ed7bbdd163afacb5"><code>c93800e</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/runtime/issues/97065">#97065</a>
from carlossanlop/release/8.0-staging</li>
<li><a
href="https://github.com/dotnet/runtime/commit/c2d2bb34e9c06dd590851eb70a9e34919b4ffacd"><code>c2d2bb3</code></a>
Merge branch 'release/8.0' into release/8.0-staging</li>
<li><a
href="https://github.com/dotnet/runtime/commit/6d35e39f4f249c627c11586f4769361bde0ed62d"><code>6d35e39</code></a>
[release/8.0-staging] UInt64.CreateSaturating&lt;Int128&gt; truncates
instead of sa...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/96b0a55bd51ad3e45609bcf1fa8ab030ce2c27ba"><code>96b0a55</code></a>
[release/8.0-staging] macOS: Set certificate as a dependency of private
key h...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/85c277284219155c42ef32a1c77c12357cb02f5d"><code>85c2772</code></a>
[release/8.0] Fix server-side OCSP stapling on Linux (<a
href="https://redirect.github.com/dotnet/runtime/issues/96838">#96838</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/683da71a303abf737f763416a8b8c09fab8663ed"><code>683da71</code></a>
[release/8.0-staging] Gen0 segment should always be reported as Gen0 for
DacH...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/f9d0a7b6678e667b47833fefd9ae5f32afa49a11"><code>f9d0a7b</code></a>
[release/8.0-staging] Fix Crossgen2 PDB generation (again) (<a
href="https://redirect.github.com/dotnet/runtime/issues/96566">#96566</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/runtime/compare/v8.0.1...v8.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.Configuration.Binder&package-manager=nuget&previous-version=8.0.1&new-version=8.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file. Used by Dependabot. .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants